home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / hslbatch.zip / README.1ST < prev   
Text File  |  1992-01-13  |  3KB  |  47 lines

  1. This batch file example was designed after I ran up against several
  2. proverbial "brick walls" while trying to smooth out the "little
  3. problems" I was having with invoking HS/Link.  HS/Link is an excellent
  4. protocol... what I wanted was an easy way to start it, for uploads
  5. or for downloads - batch or single file transfers.  You will need
  6. BEWCONV - a very fast program designed to convert the QModem BEW to an
  7. ASCII file for use with HS/Link (or any other batch protocol that uses an
  8. ASCII file list).  Of course this will only work with QModem, and you
  9. need HSLink.
  10.  
  11.  
  12. I admit this batch file is not for the faint of heart.  You have to edit
  13. the file quite a bit for your settings.  You also have to understand how
  14. HS/Link works and what it's parameters do.  Edit the "-E..." and the "-P..."
  15. for your system in the batch file HSLBATCH.BAT.  I open my port at
  16. 38400 and use COM2: so my entry reads:
  17. HSLINK -E38400 -P2 -I
  18.      The -I2 is for use under DESQview.  Just eliminate that parameter
  19. if you don't run DESQview.  You can eliminate it under DESQview as well, 
  20. but I am always trying to optimize DESQview's performance - that's what
  21. -I2 does for you.
  22.  
  23. First attach this batch file to a macro key in QModem.  I used F6 and the 
  24. macro entry should read "@shellx C:\qm\hslbatch.bat" (without the quotes
  25. and change the subdirectory path as needed for your system setup.
  26.  
  27. You will need to make the appropriate directory path cahnges to the batch
  28. file itself.  Make sure that the batch file can find everything that it is
  29. suppose to.  The biggest deal here is to make sure that HSLINK can find its 
  30. config file (see the HS/Link docs).
  31.  
  32. A small note about using the BEW for the less experienced QModem users.
  33. To set-up things for a batch transfer in QModem, hit ALT-6 to call up
  34. the BEW screen.  Enter the files that you want to upload into the BEW and
  35. hit F10 to save it.  When the batch file HSLBATCH.BAT runs it will call
  36. BEWCONV if it finds a BEW file saved.  This is the only way you can do an 
  37. upload with this batch file!!!!
  38.  
  39. To do a bidirectional transfer, tell the host BBS that you want to do a
  40. download (just as you normally would do).  Except, instead of hitting PgUp
  41. you hit the macro key for invoking this batch file (in my case, F6).  You 
  42. must have made an entry into the BEW screen and saved it to have any uploads
  43. occur! (see the paragraph above)
  44.  
  45. Good luck, I hope this is helpful... if it is send me a note through RIME
  46. to ->SHADYOAKS.               Geoff McNamara    1/13/92
  47.